Is Version control with GIT useful to work in small projects fon an individual developer? [closed]

Posted by chefnelone on Pro Webmasters See other posts from Pro Webmasters or by chefnelone
Published on 2012-07-05T17:12:33Z Indexed on 2012/07/05 21:24 UTC
Read the original article Hit count: 211

Filed under:

I work as website developer. I develop with Drupal CSM.

I have a drupal base installation which has some settings which are sort of default for all my proyects. This drupal installation is my drupal-base folder

Every time I start a new project I just duplicate the `drupal-base- folder and start coding the new features I need for the new proyect.

The problem is that sometimes I work in more than one projects at the same time and I get a new feature in one of the project that I'd like to commit to my drupal base installation and also to the other projects. Then keeping the sync of all this is nightmare.

I thought that Version Control with GIT could help me with this and I went into a tutorial about it.

But now I'm not sure if this will be usefull for me.

Then my question is:

I think that GIT is just usefull for big projects where a team is working all together in the same files. But it is not usefull to work in small and individual projects.

Am I right?

© Pro Webmasters or respective owner

Related posts about git